/* 新闻列表分页CSS*/
.CusPage{
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #666666;
  background: #fafafa;
  margin: 0 5px 0 0;
  height: 35px;


}
.CusPage span{
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px 0 0;
  height: 30px;
  min-width: 26px;
  border: 1px solid #D7D7D7;
  padding: 5px 8px;
  font-weight: 100;
  margin-right: 5px;
  font-size: 12px;
}
.CusPage span.current{

  background: #2091BF;
}
.CusPage a{
  display: inline-block;
  height: 30px;
  min-width: 26px;
  border: 1px solid #D7D7D7;
  padding: 5px 8px;
  font-weight: 100;
  margin-right: 5px;
  color: #666666;
  font-size: 12px;
}
.CusPage a:hover{
  background: #2091BF;
  color: #FFFFFF;
}
.CusPage select{
  line-height: 30px;
  height: 42px;
  min-width: 35px;
  margin: 0 5px 0 0;
  padding: 5px 5px;
  color: #666666;
  border: 1px solid #D7D7D7;
}
/*代替原news-intro下H1标签*/
.news-intro .sh1{
  font-size: 42px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-weight: 500;
  text-shadow: 1px 3px 3px #333;
}
/*首页h3改成H1标签*/
.about-intro .sh3{
    font-size: 24px;
    color: #000;
    line-height: 60px;
    text-align: center;

}
